Xfinium.Pdf.Graphics.Operators Namespace > PdfBeginImageDataOperator Class > PdfBeginImageDataOperator Constructor : PdfBeginImageDataOperator Constructor(PdfCosDictionary,Byte[]) |
'Declaration
Public Function New( _ ByVal imageDictionary As PdfCosDictionary, _ ByVal imageData() As Byte _ )
'Usage
Dim imageDictionary As PdfCosDictionary Dim imageData() As Byte Dim instance As New PdfBeginImageDataOperator(imageDictionary, imageData)
public PdfBeginImageDataOperator( PdfCosDictionary imageDictionary, byte[] imageData )
public: PdfBeginImageDataOperator( PdfCosDictionary^ imageDictionary, array<byte>^ imageData )
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library